[SubscriptionBilling]Flexible Subscription Billing: Pause Billing and Support Quantity 0 for Usage-Based Contracts#6712
Merged
djukicmilica merged 1 commit intomicrosoft:mainfrom Mar 2, 2026
Conversation
samra-singhammer
suggested changes
Feb 17, 2026
Contributor
samra-singhammer
left a comment
There was a problem hiding this comment.
Hi Miljan, please check my comments. Let me know if you have any questions.
src/Apps/W1/Subscription Billing/App/Billing/Codeunits/BillingProposal.Codeunit.al
Show resolved
Hide resolved
src/Apps/W1/Subscription Billing/App/Billing/Codeunits/BillingProposal.Codeunit.al
Show resolved
Hide resolved
src/Apps/W1/Subscription Billing/App/Billing/Codeunits/CreateBillingDocuments.Codeunit.al
Show resolved
Hide resolved
src/Apps/W1/Subscription Billing/App/Billing/Codeunits/CreateBillingDocuments.Codeunit.al
Outdated
Show resolved
Hide resolved
src/Apps/W1/Subscription Billing/App/Billing/Codeunits/CreateBillingDocuments.Codeunit.al
Outdated
Show resolved
Hide resolved
src/Apps/W1/Subscription Billing/Test/Billing/RecurringBillingTest.Codeunit.al
Show resolved
Hide resolved
djukicmilica
previously approved these changes
Feb 26, 2026
AndersLarsenMicrosoft
previously approved these changes
Feb 26, 2026
fd1d25e
djukicmilica
previously approved these changes
Feb 26, 2026
Contributor
Author
|
newest main merged into the branch - conflict resolved. |
djukicmilica
previously approved these changes
Feb 27, 2026
AndersLarsenMicrosoft
previously approved these changes
Mar 2, 2026
auto-merge was automatically disabled
March 2, 2026 09:42
Head branch was pushed to by a user without write access
6d0d957
b608b55 to
6d0d957
Compare
djukicmilica
approved these changes
Mar 2, 2026
JesperSchulz
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request introduces several improvements related to handling zero quantities in subscription billing, ensuring more robust calculations and clearer user feedback. The main changes focus on preventing division by zero errors, refining user messages and validations, and simplifying code by removing unnecessary checks and procedures.
Work Item(s)
Fixes #6637
AB#623186